DefiLlama Protocols Snapshot — TVL by Chain + Category avatar

DefiLlama Protocols Snapshot — TVL by Chain + Category

Pricing

$0.10 / 1,000 defillama protocol snapshot rows

Go to Apify Store
DefiLlama Protocols Snapshot — TVL by Chain + Category

DefiLlama Protocols Snapshot — TVL by Chain + Category

Snapshot every DefiLlama-tracked protocol filtered by chain, category, and TVL range. One row per (protocol × chain) pair with TVL, 1h/1d/7d % change, mcap/FDV, listing date, audit count, links to Twitter / website / CoinGecko / CMC. Uses the free public DefiLlama API.

Pricing

$0.10 / 1,000 defillama protocol snapshot rows

Rating

0.0

(0)

Developer

vøiddo

vøiddo

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

DefiLlama Protocols Snapshot

Snapshot every DefiLlama-tracked DeFi protocol (~7 600+ as of mid-2026) filtered by chain, category, and TVL range. One row per (protocol × chain) pair, with TVL, percent change, mcap/FDV, audit count, listing date, and links to Twitter / website / CoinGecko / CMC.

What you get

{
"snapshotAt": "2026-06-02T10:55:11+00:00",
"id": "2269",
"slug": "binance-cex",
"name": "Binance CEX",
"symbol": "BNB",
"category": "CEX",
"chain": "Ethereum",
"allChains": ["Ethereum", "Solana", "Arbitrum", "Polygon", "..."],
"url": "https://www.binance.com",
"logo": "https://icons.llama.fi/binance-cex.jpg",
"audits": 0,
"twitter": "binance",
"geckoId": null,
"cmcId": null,
"address": null,
"listedAtUnix": 1729171200,
"tvl": 149112830162.94,
"tvlOnChain": 89124567000.00,
"change1h": 0.012,
"change1d": -2.34,
"change7d": 5.78,
"mcap": null,
"fdv": null
}

How to use

Input.

{
"chains": ["Ethereum", "Solana"],
"categories": ["Dexs", "Lending"],
"minTvlUsd": 1000000,
"maxTvlUsd": 0
}

chains — restrict to protocols active on these chains. Multi-chain protocols get one row per requested chain — so a Uniswap snapshot across Ethereum + Arbitrum + Base emits 3 rows for Uniswap. Empty list = all chains (one row per protocol).

categories — filter to specific categories. Common: Dexs, Lending, Liquid Staking, CDP, Yield, Derivatives, Bridge, Cross Chain Bridge, Insurance, Synthetics, Restaking, RWA Lending.

minTvlUsd / maxTvlUsd — TVL range filter. Use maxTvlUsd to focus on the long tail under, say, $10 M for early-stage screening.

Pricing

PAY_PER_EVENT · $0.0001 per protocol_snapshot · 10 000 rows = $1.

Buyer

  • DeFi analysts running daily sector-rotation reports.
  • VC associates screening categories for portfolio diligence.
  • Researchers building chain-vs-chain TVL dashboards.
  • Anyone scraping defillama.com manually who'd rather have a paginated dataset.

Source

https://api.llama.fi/protocols — DefiLlama's free public unauthenticated endpoint. Returns the full snapshot in one request; this actor filters in memory then emits exploded per-chain rows.